Skip to main content
POST
카탈로그 항목 생성

인증

Authorization
string
header
필수

Bearer 인증. 액세스 토큰을 Authorization: Bearer <token> 헤더로 전달합니다.

본문

application/json

카탈로그 항목 생성 요청 스키마입니다.

metadata는 schema가 지정한 형태를 만족해야 하며, 그렇지 않으면 요청이 422로 거부됩니다.

id
string
필수
metadata
Metadata · object
필수
schema
enum<string>
필수
사용 가능한 옵션:
creative.catalog,
webtoon
status
enum<string>
필수
사용 가능한 옵션:
active,
inactive
source
string | null

응답

성공 응답

카탈로그 항목 응답 스키마.

id
string
필수
metadata
Metadata · object
필수
schema
string
필수
status
enum<string>
필수
사용 가능한 옵션:
active,
inactive
created_at
string<date-time> | null
source
string | null
updated_at
string<date-time> | null